You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > CopyToArray Method > Matrix.CopyToArray Method (TCplx[], int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.CopyToArray Method (TCplx[], int, int, int)

Copy complex values from the calling object [Index]..[Index+len-1] to the Dst array at positions [DstIndex]...[DstIndex+Len-1].

Syntax
C#
Visual Basic
public TMtxVec CopyToArray(ref TCplx[] Dst, int DstIndex, int Index, int Len);

The size of the Dst array is not changed.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!